dotnetCHARTING Send comments on this topic.
Series Constructor(String,Element[])
See Also 
dotnetCHARTING Namespace > Series Class > Series Constructor : Series Constructor(String,Element[])


name
Name of the series.
elementList
List of Element objects added to the series.
Initializes a new instance of the Series class with a name and the specified Elements.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal ParamArray elementList() As Element _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim elementList() As Element
 
Dim instance As Series(name, elementList)
C# 
public Series( 
   string name,
   params Element[] elementList
)

Parameters

name
Name of the series.
elementList
List of Element objects added to the series.

See Also

© 2010 All Rights Reserved.